home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / sparc / include / asm / lmb.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  170 b   |  11 lines

  1. #ifndef _SPARC64_LMB_H
  2. #define _SPARC64_LMB_H
  3.  
  4. #include <asm/oplib.h>
  5.  
  6. #define LMB_DBG(fmt...) prom_printf(fmt)
  7.  
  8. #define LMB_REAL_LIMIT    0
  9.  
  10. #endif /* !(_SPARC64_LMB_H) */
  11.